* url-http.el (url-http-mark-connection-as-free): Verify that
authorChong Yidong <cyd@stupidchicken.com>
Fri, 27 Oct 2006 14:44:25 +0000 (14:44 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 27 Oct 2006 14:44:25 +0000 (14:44 +0000)
commitcd9ca235ebb1d95a71115715a1e0c331acd87f08
treec92c84b3e4a419a53fd4364a91d027779c629330
parentff3208a7cb7029b41b392dd38a6397d0faed460f
* url-http.el (url-http-mark-connection-as-free): Verify that
connection is open before saving it.
(url-http-handle-authentication): Use url-retrieve-internal
instead of url-retrieve.
(url-http-parse-headers): Adapt to new callback interface.
(url-http): Handle non-blocking connections.
(url-http-async-sentinel): Create.

* url.el (url-retrieve): Update docstring for new callback interface.
Remove all code.
(url-retrieve-internal): Move code from url-retrieve here.

* url-gw.el (url-open-stream): Use a non-blocking socket for
`native' gateway method, if available.
lisp/url/ChangeLog
lisp/url/url-gw.el
lisp/url/url-http.el
lisp/url/url.el